1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSetPass
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSetPass))
26         Me.Label2 = New System.Windows.Forms.Label()
27         Me.Label1 = New System.Windows.Forms.Label()
28         Me.txtPass = New System.Windows.Forms.TextBox()
29         Me.txtUser = New System.Windows.Forms.TextBox()
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
31         Me.CheckBox1 = New System.Windows.Forms.CheckBox()
32         Me.Button1 = New System.Windows.Forms.Button()
33         Me.Button2 = New System.Windows.Forms.Button()
34         Me.Label3 = New System.Windows.Forms.Label()
35         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
36         Me.SuspendLayout()
37         
'
38         
'Label2
39         
'
40         Me.Label2.AutoSize = True
41         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
42         Me.Label2.Location = New System.Drawing.Point(
158, 62)
43         Me.Label2.Name =
"Label2"
44         Me.Label2.Size = New System.Drawing.Size(
61, 15)
45         Me.Label2.TabIndex =
11
46         Me.Label2.Text =
"Password"
47         
'
48         
'Label1
49         
'
50         Me.Label1.AutoSize = True
51         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
52         Me.Label1.Location = New System.Drawing.Point(
153, 34)
53         Me.Label1.Name =
"Label1"
54         Me.Label1.Size = New System.Drawing.Size(
70, 15)
55         Me.Label1.TabIndex =
10
56         Me.Label1.Text =
"User Name"
57         
'
58         
'txtPass
59         
'
60         Me.txtPass.Location = New System.Drawing.Point(
225, 61)
61         Me.txtPass.Name =
"txtPass"
62         Me.txtPass.Size = New System.Drawing.Size(
104, 20)
63         Me.txtPass.TabIndex =
9
64         
'
65         
'txtUser
66         
'
67         Me.txtUser.Location = New System.Drawing.Point(
225, 33)
68         Me.txtUser.Name =
"txtUser"
69         Me.txtUser.Size = New System.Drawing.Size(
104, 20)
70         Me.txtUser.TabIndex =
8
71         
'
72         
'PictureBox1
73         
'
74         Me.PictureBox1.Image = Global.FolderLock.My.Resources.Resources.Login_Manager
75         Me.PictureBox1.Location = New System.Drawing.Point(
12, 28)
76         Me.PictureBox1.Name =
"PictureBox1"
77         Me.PictureBox1.Size = New System.Drawing.Size(
126, 120)
78         Me.PictureBox1.TabIndex =
7
79         Me.PictureBox1.TabStop = False
80         
'
81         
'CheckBox1
82         
'
83         Me.CheckBox1.AutoSize = True
84         Me.CheckBox1.Location = New System.Drawing.Point(
225, 88)
85         Me.CheckBox1.Name =
"CheckBox1"
86         Me.CheckBox1.Size = New System.Drawing.Size(
102, 17)
87         Me.CheckBox1.TabIndex =
14
88         Me.CheckBox1.Text =
"Show Password"
89         Me.CheckBox1.UseVisualStyleBackColor = True
90         
'
91         
'Button1
92         
'
93         Me.Button1.Location = New System.Drawing.Point(
225, 108)
94         Me.Button1.Name =
"Button1"
95         Me.Button1.Size = New System.Drawing.Size(
51, 23)
96         Me.Button1.TabIndex =
15
97         Me.Button1.Text =
"Set"
98         Me.Button1.UseVisualStyleBackColor = True
99         
'
100         
'Button2
101         
'
102         Me.Button2.Location = New System.Drawing.Point(
278, 108)
103         Me.Button2.Name =
"Button2"
104         Me.Button2.Size = New System.Drawing.Size(
51, 23)
105         Me.Button2.TabIndex =
16
106         Me.Button2.Text =
"Close"
107         Me.Button2.UseVisualStyleBackColor = True
108         
'
109         
'Label3
110         
'
111         Me.Label3.AutoSize = True
112         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113         Me.Label3.Location = New System.Drawing.Point(
38, 5)
114         Me.Label3.Name =
"Label3"
115         Me.Label3.Size = New System.Drawing.Size(
291, 20)
116         Me.Label3.TabIndex =
17
117         Me.Label3.Text =
"Set Your User Name and Password"
118         
'
119         
'frmSetPass
120         
'
121         Me.AcceptButton = Me.Button1
122         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
123         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
124         Me.BackColor = System.Drawing.Color.CornflowerBlue
125         Me.ClientSize = New System.Drawing.Size(
357, 148)
126         Me.Controls.Add(Me.Label3)
127         Me.Controls.Add(Me.Button2)
128         Me.Controls.Add(Me.Button1)
129         Me.Controls.Add(Me.CheckBox1)
130         Me.Controls.Add(Me.Label2)
131         Me.Controls.Add(Me.Label1)
132         Me.Controls.Add(Me.txtPass)
133         Me.Controls.Add(Me.txtUser)
134         Me.Controls.Add(Me.PictureBox1)
135         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
136         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
137         Me.Name =
"frmSetPass"
138         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
139         Me.Text =
"frmSetPass"
140         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
141         Me.ResumeLayout(False)
142         Me.PerformLayout()
143
144     End Sub
145     Friend WithEvents Label2 As System.Windows.Forms.Label
146     Friend WithEvents Label1 As System.Windows.Forms.Label
147     Friend WithEvents txtPass As System.Windows.Forms.TextBox
148     Friend WithEvents txtUser As System.Windows.Forms.TextBox
149     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
150     Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
151     Friend WithEvents Button1 As System.Windows.Forms.Button
152     Friend WithEvents Button2 As System.Windows.Forms.Button
153     Friend WithEvents Label3 As System.Windows.Forms.Label
154 End Class


Gõ tìm kiếm nhanh...